diff options
Diffstat (limited to 'config/waybar/style/[Retro] Simple Style.css')
| -rw-r--r-- | config/waybar/style/[Retro] Simple Style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index 27e9db98..ba23e25b 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -109,6 +109,23 @@ window#waybar { border-bottom: 3px solid yellow; } +@keyframes blink { + to { + color: @background; + } +} + +#battery.critical:not(.charging) { + background-color: @red; + color: white; + animation-name: blink; + animation-duration: 3.0s; + animation-timing-function: steps(12); + animation-iteration-count: infinite; + animation-direction: alternate; + box-shadow: inset 0 -3px transparent; +} + /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { |
